bitkeeper revision 1.1159.284.1 (428e6db8MJ-JzmJYObnEqq381gyfSQ)
authoriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>
Fri, 20 May 2005 23:07:36 +0000 (23:07 +0000)
committeriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>
Fri, 20 May 2005 23:07:36 +0000 (23:07 +0000)
trivial fix to prevent a spurious ctrl-a when switching the console back from Xen to dom0.

Signed-off-by: ian@xensource.com
xen/drivers/char/console.c

index f4864f57440b0f87cedc0ef12cbd329afd633a3a..e2fa7efc26d73516cc9dd46aea901f919abb8249 100644 (file)
@@ -280,6 +280,7 @@ static void serial_rx(unsigned char c, struct xen_regs *regs)
         {
             switch_serial_input();
             switch_code_count = 0;
+            return;
         }
     }
     else